[INFO] cloning repository https://github.com/ken-matsui/uuid-v4-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ken-matsui/uuid-v4-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fken-matsui%2Fuuid-v4-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fken-matsui%2Fuuid-v4-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a9c65f16f8a6b173ca578bc51c43f4333e14581
[INFO] fixing ken-matsui/uuid-v4-cli against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fken-matsui%2Fuuid-v4-cli" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ken-matsui/uuid-v4-cli
[INFO] finished tweaking git repo https://github.com/ken-matsui/uuid-v4-cli
[INFO] tweaked toml for git repo https://github.com/ken-matsui/uuid-v4-cli written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ken-matsui/uuid-v4-cli on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ken-matsui/uuid-v4-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded inline-c-macro v0.1.5
[INFO] [stderr]   Downloaded assert_cmd v1.0.8
[INFO] [stderr]   Downloaded inline-c v0.1.7
[INFO] [stderr]   Downloaded clap_lex v0.2.2
[INFO] [stderr]   Downloaded target-lexicon v0.11.2
[INFO] [stderr]   Downloaded clap_derive v4.0.18
[INFO] [stderr]   Downloaded uuid v1.4.1
[INFO] [stderr]   Downloaded textwrap v0.15.1
[INFO] [stderr]   Downloaded clap v4.0.18
[INFO] [stderr]   Downloaded cbindgen v0.26.0
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145
[INFO] running `Command { std: "docker" "start" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling textwrap v0.15.1
[INFO] [stderr]    Compiling cbindgen v0.26.0
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling clap_lex v0.2.2
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking predicates-core v1.0.3
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]     Checking termtree v0.2.4
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling target-lexicon v0.11.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]     Checking predicates-tree v1.0.5
[INFO] [stderr]     Checking cc v1.0.73
[INFO] [stderr]     Checking getrandom v0.2.5
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling clap v3.2.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling inline-c-macro v0.1.5
[INFO] [stderr]    Compiling inline-c v0.1.7
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking predicates v2.1.1
[INFO] [stderr]     Checking assert_cmd v1.0.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.18
[INFO] [stderr]     Checking clap v4.0.18
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling uuid-v4-cli v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.09s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145", kill_on_drop: false }`
[INFO] [stdout] bcffeec3c966f17a93785f313384f70baeb2b2a12e070751f9e30d0243ae6145
